home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / cave13.zip / LORDCAVE.DOC < prev    next >
Text File  |  1996-01-07  |  10KB  |  241 lines

  1.  
  2.                          The L.O.R.D. Cavern v1.3
  3.                               By Jason Brown
  4.                    Written in Borland Turbo Pascal 6.0
  5.              Used DDPlus v7.1 by Steven Lorenz and Bob Dalton
  6.                 For Legend of the Red Dragon by Seth Able
  7.  
  8. ──────────────────────────────────────────────────────────────────────────
  9.  
  10. [LEGAL DISCLAIMER]
  11.                          
  12.                          DISCLAIMER OF WARRANTY
  13.  
  14.             THIS SOFTWARE AND MANUAL ARE SOLD "AS IS" AND WITHOUT
  15.             WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY OR ANY
  16.             OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED.  BECAUSE
  17.             OF THE VARIOUS HARDWARE AND SOFTWARE ENVIRONMENTS INTO
  18.             WHICH THIS PROGRAM MAY BE PUT, NO WARRANTY OF FITNESS FOR     
  19.             A PARTICULAR PURPOSE IS OFFERED.  GOOD DATA PROCESSING
  20.             PROCEDURE DICTATES THAT ANY PROGRAM BE THOROUGHLY TESTED
  21.             WITH NON-CRITICAL DATA BEFORE RELYING ON IT.  THE USER
  22.             MUST ASSUME THE ENTIRE RISK OF USING THE PROGRAM.  ANY
  23.             LIABILITY OF THE SELLER WILL BE LIMITED EXCLUSIVELY TO
  24.             PRODUCT REPLACEMENT OR REFUND OF PURCHASE PRICE.
  25.  
  26. [INTRODUCTION]
  27. I wanted to write an IGM.  So here it is.  I've seen random event IGMs
  28. before, but not with this range of events!  Some just give or take, others
  29. make the player make a choice, and still more test intelect.  A well
  30. rounded mix, if you ask me.  Oh, yea, its multi-node and needs only LORD's
  31. dropfile and node definition file.  One last thing, please excuse spelling
  32. errors.  That's not my high-point in life.
  33.  
  34. [FILE LIST]
  35.  
  36.   Files that should be in CAVE13.ZIP:
  37.  
  38.   FILE_ID.DIZ   : BBS Discription File.
  39.   LORDCAVE.DOC  : You're reading it!
  40.   WHATS.NEW     : Revsions/what's new in this version.
  41.   CODES.TXT     : Info on how to program your own random happenings!
  42.   PROGRAM.SMP   : A sample Random Happening Program.
  43.   ROCK.PRG      : A Random Happening Program: The Strange Rock.
  44.  *EXTRA.CFG     : Extra config file, see [EXTRA SETUP INFO].
  45.  *LORDCAVE.ANS  : Intro ANSI file.
  46.  *LORDCAVE.EXE  : The LORD Cavern!
  47.  *SETUP.EXE     : Setup program.
  48.  
  49.   Files that are made by The LORD Cavern in its directory:
  50.  
  51.  *LORDCAVE.DAT  : Player record file.
  52.  *CAVETIME.DAT  : Time keeping file.
  53.  *LORDCAVE.CFG  : Configuration file.
  54.  
  55.   ERROR.LOG     : Created in directory ran from, usually LORD's, that has
  56.                   any errors that happen in it.
  57.  
  58.   *=Needed for program to run.
  59.  
  60.   BTW: Setup isn't really needed.  Its just nice to keep around.  <G>
  61.  
  62. [REQUIREMENTS]
  63. A computer!
  64. LORD version 3.25 or greater.
  65. DOS version 3.1 or better.
  66. SHARE installed for multinode systems.
  67. A Modem!  300-115,200 baud and any fossil lock baud rate up to 115,200.
  68. 286 or better processor (sorry, those of you with 8088/8086s!).
  69. Memory!  Very little needed to run...
  70.  
  71. [UPGRADING]
  72. From v1.2c or earlier:
  73. Copy the files in the zip over your existing files.  See the section
  74. [EXTRA SETUP INFO] to set up EXTRA.CFG.
  75.  
  76. [INSTALLATION]
  77.  Note: As of 1/2/96, I will stop accepting registrations that use a
  78.        handel.  If no InterNet address is included, I will send the form
  79.        back unless I can get a real name off the envilope or check.  If an
  80.        InterNet address is given, I will tell the person that I cannot
  81.        accept the form and to give me thier real name before I give a
  82.        registration code.
  83.  Note: For information on EXTRA.CFG, see the section [EXTRA SETUP INFO].
  84. Put the files in the zip in a directory off of your LORD directory.  May I
  85. suggest naming the directory "LORDCAVE"?  Then run SETUP.  Press 'C' to
  86. configure first.  The rest shouldn't be too hard to figure out.  Just
  87. awnser all the questions.  Installing (pressing 'I' after leaving the
  88. configure menu) will put the run lines into '3RDPARTY.DAT', and an
  89. announcement that The LORD Cavern has been installed in the daily
  90. happenings.  For those of you who want to edit LORDCAVE.CFG yourself,
  91. here's a listing of it:
  92.  
  93. LORDCAVE.CFG Listing:
  94.  
  95. D:\BBS\LORD\
  96. Unregistered BBS
  97. Unregistered
  98. Sysop
  99. 000000
  100.  
  101. Line 1: Path to LORD with trailing backslash
  102. Line 2: Your BBS name
  103. Line 3: Your real first name
  104. Line 4: Your real last name
  105. Line 5: Your registration code.  Put in '000000' if not registered, please
  106.  
  107. The path must be on the first line, and no comments are allowed unless
  108. they are after the registration code.
  109.  
  110. You'll notice that I said it'll use non-standard com ports in the
  111. File_id.Diz, but there's not a configuration setting for that.  That's
  112. because it gets all that stuff from LORD's Node*.Dat file.  As long as
  113. LORD is set up right, this will be set up right in that respect.  I wish
  114. more IGMs used that Node*.Dat, too...
  115.  
  116. These are the lines put in 3RDPARTY.DAT by The Lord Cavern:
  117.  
  118. <path to lordcave>\LORDCAVE.EXE *
  119. `#T`5he `#L`5.`#O`5.`#R`5.`#D`5. `#C`5avern`2
  120.  
  121. Just in case you wanted to know.  :^)
  122.  
  123. [EXTRA SETUP INFO]
  124. Starting with version 1.3, The LORD Cavern has the ability to use
  125. externally made Random Happening Programs, nicknamed RHPs.  See the file
  126. CODES.TXT for info on how to program them.  This section discusses how to
  127. set up RHPs.  First is the new file, EXTRA.CFG.
  128.  
  129. EXTRA.CFG listing:
  130.  
  131. 15
  132. 1
  133. Rock.Prg
  134.  
  135. Line 1: How many cave searches to give players REGISTERED VERSION ONLY.
  136.         Must be 255 or less.
  137. Line 2: How many extra Random Happening Programs you have.
  138. Line 3 and on: The RHPs' filenames.  No path, must be in the same
  139.                directory as The LORD Cavern.
  140.  
  141. Each RHP is selected randomally based on the number on line two.  If your
  142. copy is not registered, you cannot change the number of searches allowed,
  143. it stays 15.  Too change the probability of your RHPs, put the same
  144. filename more than once.  For example
  145.  
  146. Rock.Prg
  147. Mine.Prg
  148. Rock.Prg
  149.  
  150. gives Rock.Prg a 66% chance of happening and Mine.Prg a 33% chance.
  151.  
  152. When naming your RHPs, give it a name that decribes it somehow and give
  153. it a common, understandable extension.  For example, PRG for program and
  154. SMP for sample.  If you distribute your programs, please give me credit
  155. for writing The LORD Cavern!
  156.  
  157. [UNINTALLING]
  158.  Note: To reset The LORD Cavern, run SETUP and press 'R'.
  159. Now why would you want to do that <G>?  Well, run SETUP, press 'U'.
  160. Unless its in an IGM extender's files.  Then use the expander to
  161. uninstall The LORD Cavern.  IGME is great with that...Wait!  I mentioned
  162. something not written by me!  Oh, no!  Serously, its a great program.
  163. Look in to it...
  164.  
  165. [USING IT]
  166. Just select The LORD Cavern in the other places.  It will do maintence
  167. automaticly when the first person for the day enters, and it doesn't take
  168. that long.  BTW if you use 'Clean Mode' in LORD (with version 3.26+) then
  169. the user can't get laid, as found in one of the random options.  Its still
  170. there, just reworded as to fit with the 'Clean Mode'.
  171.  
  172. [REGISTRATION]
  173.  Note: As of 1/2/96, I will stop accepting registrations that use a
  174.        handel.  If no InterNet address is included, I will send the form
  175.        back unless I can get a real name off the envilope or check.  If an
  176.        InterNet address is given, I will tell the person that I cannot
  177.        accept the form and to give me thier real name before I give a
  178.        registration code.
  179. This program is SHAREWARE.  If you or (most espcially) your users like
  180. this program, send me $5!  Use the (P)rint Order Form under SETUP's main
  181. menu to print an order form, and send it and the money to the address on
  182. the form.  I will send you a registration code that will work on all
  183. future versions of this program.  Please send the money!  Then your users
  184. will have how ever many searches you want to give them (up to 255) and can
  185. always get the Riddler and the Bridge-keeper's questions right.  If they
  186. find the "secret" option, that is.
  187.  
  188. [DISTRIBUTION SITES]
  189. For the newest version of this or any of my programs call
  190.  
  191. Horizon BBS - (719) 574-4973 (Online credit card registration comming!)
  192.  
  193. I'm working on getting a World Wide Web page set up!
  194.  
  195. [COMING SOON]
  196. The L.O.R.D. Catapult, a fully-ANSI-ultimate-IGM, will be